home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / dll101 / themain.dfm / themain.txt
Encoding:
Text File  |  1996-09-15  |  609 b   |  29 lines

  1. object MainForm: TMainForm
  2.   Left = 202
  3.   Top = 111
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Example of creating and using a DLL (15 Sept., 1995)'
  7.   ClientHeight = 336
  8.   ClientWidth = 490
  9.   Color = clWhite
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 16
  17.   object LoadAboutBtn: TButton
  18.     Left = 422
  19.     Top = 6
  20.     Width = 61
  21.     Height = 25
  22.     Caption = '&About'
  23.     ParentShowHint = False
  24.     ShowHint = False
  25.     TabOrder = 0
  26.     OnClick = LoadAboutBtnClick
  27.   end
  28. end
  29.